PDF4Java Reference Documentation
com.o2sol.pdf4java.pdffunctions Package / PDFStitchingFunction Class / setBounds Method
An array of k - 1 numbers that, in combination with PDFFunction.getDomain, define the intervals to which each function from the getFunctions array applies.
In This Topic
    setBounds Method
    In This Topic
    Sets the function bounds.
    Bounds elements must be in order of increasing value, and each value must be within the domain defined by
    Syntax
    public void setBounds( 
       double[] value
    )

    Parameters

    value
    An array of k - 1 numbers that, in combination with PDFFunction.getDomain, define the intervals to which each function from the getFunctions array applies.
    See Also